PreviousNextTracker indexSee it online !

(2/8) 1001 - CLangBeauty 0.1

{{{ CLangBeauty 0.1
Source: Source code is in SVN with the tag 0.1
Announcement: initial release
Requires Java 1.6
Requires jEdit 05.02.01.00
Required plugins:
Beauty 1.0 (beauty.BeautyPlugin)
Common Controls 1.7.4 (CommonControlsPlugin)

Short Description: CLangBeauty runs clang-format to format C/C++/Object-C files.

Long Description: <html>
<body>
<p>CLangBeauty runs clang-format</a> on your C/C++/Object-C files.</p>
</body>
</html>
}}}

Submitted daleanson - 2015-12-28 20:48:18.663000 Assigned elberry
Priority 5 Labels
Status open Group None
Resolution None

Comments

2016-02-08 21:44:13.105000
elberry

- **assigned_to**: Townsfolk

2016-02-09 19:37:47.688000
ezust

- **summary**: CLangFormat 0.1 --> CLangBeauty 0.1

2016-03-29 19:02:34.847000
elberry

- **status**: open --> pending

2016-03-29 19:02:35.064000
elberry

Getting a compilation error:
[jp.javac] Compiling 7 source files to /Users/elberry/development/projects/jedit/sandbox/plugins/CLangBeauty-0.1/CLangBeauty/build/classes
[jp.javac] /Users/elberry/development/projects/jedit/sandbox/plugins/CLangBeauty-0.1/CLangBeauty/src/clangbeauty/StyleOptions.java:111: error: strings in switch are not supported in -source 1.6
[jp.javac] switch ( optionName ) {
[jp.javac] ^
[jp.javac] (use -source 7 or higher to enable strings in switch)

Looks like you're using a swith with a String which is java 7 or higher, would you like me to upgrade the plugin dependency to java 7?

2016-06-24 18:49:12.790000
daleanson

- **status**: pending --> open

2016-06-24 18:49:13.001000
daleanson

I've bumped the java dependency to 1.7, same tag.